.newDet {
	/*float: left;*/
	width: 100%;
	/*box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);*/
	background: #fff;
	padding: 0.01% 3.38% 7.11% 3.38%;
	border-radius: 8px;
	margin-top: 21px;
}

.newDetTit {
	/*float: left;*/
	width: 100%;
	text-align: center;
	color: #111111;
	font-size: 25px;
	line-height: 35px;
}

.newDetCont {
	/*float: left;*/
	/*width: 100%;*/
	color: #333333;
	font-size: 16px;
	line-height: 26px;
	
	
	
	width: 1100px;
	margin: 30px auto 0;
	max-width: 100%;
}

.newDetLine {
	/*float: left;*/
	/*width: 100%;*/
	height: 5px;
	position: relative;
	background: #d8d8d8;
	border: 2px solid #fff;
	
	width: 1100px;
    margin: 0 auto;
    max-width: 100%;
}

.newDetLine::after,
.newDetLine::before {
	float: left;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #d8d8d8;
	content: '';
	position: absolute;
	left: 0;
	top: -2px;
}

.newDetLine::before {
	left: auto;
	right: 0;
}

.rightBox {
	float: right;
	margin: 19px 0 5% 0;
	width: 24.5%;
}

.newsBox {
	float: left;
	width: 100%;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
	background: #fff;
	padding: 10px;
	border-radius: 8px;
	margin-top: 21px;
}

.newDetTime {
	/*float: left;*/
	width: 100%;
	/*margin: 1.73% 0 2.82% 0;*/
	margin: 30px 0;
	text-align: center;
	color: #999999;
	font-size: 14px;
	line-height: 16px;
}

.newDetTime .sp1 {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 23px;
}

.newDetTime .sp1 img {
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
}

.newDetTime span {
	padding-right: 19px;
	margin-right: 20px;
	border-right: 1px solid #d8d8d8;
}


.newDetCont iframe{
	max-width: 100%!important;
}
.newDetCont img{
	max-width: 100%;
}






@media screen and (max-width:1629px) {
	.newDetCont {
		font-size: 14px;
	}
}

@media screen and (max-width:1023px) {
	.newDetTit {
		font-size: 18px;
		line-height: 28px;
	}
	.newsBox {
		margin-top: 15px;
	}
	.newDet {
		margin-top: 18px;
	}
}

@media screen and (max-width:767px) {
	.newDetTime .sp1 {
		width: 100%;
		text-align: left;
		margin: 4px 0;
	}
	.newDetTime span {
		border: none;
		padding-right: 0;
		margin-right: 0;
	}
	.newDetCont iframe{
	height: 200px!important;
}
}